home *** CD-ROM | disk | FTP | other *** search
- Path: mn5.swip.net!news
- From: chris.rossall@mailbox.swipnet.se (Chris Rossall)
- Newsgroups: comp.lang.c
- Subject: How are multidimensional array stored in memory?
- Date: Fri, 01 Mar 1996 13:35:46 GMT
- Organization: -
- Message-ID: <4h6tk6$1d2@mn5.swip.net>
- NNTP-Posting-Host: dialup106-7-14.swipnet.se
- NNTP-Posting-User: 7473b17ba5ac8ea90be7be5b8e298509
- X-Newsreader: Forte Free Agent 1.0.82
-
- Hello I was just wondering how multidimensional arrays would be stored
- in memory.For example info[20][3].
- would infor[0][1] follow info[0][0] or would info[1][0] follow it?
- Perhaps this is compiler dependant?
-
- -Chris
-
-